programs.thunderbird.profiles.<name>.userChrome

Custom Thunderbird user chrome CSS.

Type
strings concatenated with "\n"
Default
""
Example
''
  /* Hide tab bar in Thunderbird */
  #tabs-toolbar {
    visibility: collapse !important;
  }
''
Declared
<home-manager/modules/programs/thunderbird.nix>